/*lead  引导页*/
.lead_bg{
    position: relative;
}
.lead_bg .chain_english{
    position: absolute;
    top: 15.5%;
    left: 29%;
}
.lead_bg .chain_english a{
    color: #fff;
    font-size: 14px;
    padding: 1px 6px;
    border-radius: 3px;
    border: 1px solid #fff;
    margin-right: 8px;
}
.lead_footer{
    text-align: center;
    line-height: 25px;
    padding: 25px 0 40px;
    color: #142d44;
    font-size: 14px;
}
.lead_footer a{
    font-size: 14px;
    margin-right: 8px;
    color: #142d44;
}
.lead_footer .company_pro a{
    font-size: 12px;
}
.lead_footer .copy_right_txt{
    font-size: 14px;
}

/*index  首页*/
.index_bg{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    height: 490px;
    background: url("../images/index-bg.jpg") no-repeat top center;
    background-size: contain;
}
.index_bg .index_head{
    width: 1000px;
    margin: 0 auto;
    padding: 8px 0;
    background: rgba(255,255,255,.5);
}
.index_bg .index_head .company_logo{
    width: 230px;
    margin-left: 50px;
}
.index_bg .index_head nav{
    margin-left: 115px;
    margin-top: 15px;
}
.index_content{
    width: 1000px;
    margin: -197px auto 0;
    background: #fff;
}
.index_content .inx_floor{
    width: 333px;
    float: left;
    background: #fff;
    padding: 12px 0;
}
.index_content .inx_floor .con_top{
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #ddd;
}
.index_content .inx_floor .con_top .top_tit{
    width: 60px;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-bottom: -2px;
}
.index_content .inx_floor .con_top .tit_tab{
    padding-left: 20px;
}
.index_content .inx_floor .con_top .tit_tab a{
    color: #333;
    margin-left: 10px;
    line-height: 27px;
}
.index_content .inx_floor .con_top a:hover,
.index_content .inx_floor .con_top .tit_tab a.on{
    color: #000;
    font-weight: bold;
}
.index_content .inx_floor .con_top .to_more{
    color: #333;
    line-height: 27px;
}
.index_content .inx_left_floor .tab_content{
    width: 90%;
    margin: 10px auto 0;
}
.index_content .inx_left_floor .tab_content .news_tit{
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_content .inx_left_floor .tab_content .news_tit .news_data{
    color: #666;
}
.index_content .inx_left_floor .tab_content .news_tit .news_txt:hover{
    color: red;
}
.index_content .inx_commit_floor{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}
.index_content .inx_commit_floor .con_top .top_tit{
    width: 116px;
}
.index_content .inx_commit_floor ul{
    margin-top: 15px;
}
.index_content .inx_commit_floor ul li{
    width: 42.5%;
    display: block;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-left: 5%;
}
.index_content .inx_commit_floor ul li .pro_txt{
    margin-top: 4px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index_content .inx_right_floor .tel_icon{
    width: 40px;
    display: inline-block;
    margin-left: 15px;
    float: left;
}
.index_content .inx_right_floor .service_tel{
    display: inline-block;
    color: #1e8be3;
    font-size: 14px;
    margin-left: 10px;
    line-height: 32px;
}
.index_content .inx_right_floor .service_txt{
    margin-top: 8px;
}
.index_content .inx_right_floor .service_txt p{
    color: #333;
    font-size: 14px;
    margin-left: 15px;
    line-height: 21px;
}
.index_footer{
    border-top:none;
}

/*right-content  产品中心*/
/*search*/
.content_wrap .right_floor .pro_search{
    width: 843px;
    margin: 20px auto 0;
    padding: 10px 0;
    border: 1px solid #ddd;
    color: #00348a;
}
.content_wrap .right_floor .pro_search .lab_txt{
    margin-left: 30px;
    background: url("../images/point.jpg") no-repeat left center;
    background-size: contain;
    padding-left: 20px;
}
.content_wrap .right_floor .pro_search .input_in{
    border: 1px solid #ddd;
    height: 25px;
    margin-left: 15px;
}
.content_wrap .right_floor .pro_search .search_btn{
    background: #a4a5a8;
    width: 50px;
    height: 25px;
    margin-left: 15px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #bbb;
    cursor: pointer;
}
.content_wrap .right_floor .pro_search .hot_words{
    display: inline-block;
    margin-left: 10px;
}
.content_wrap .right_floor .pro_search .hot_words a{
    text-decoration: underline;
    margin-right: 4px;
}
/*products-list*/
.content_wrap .right_floor .pro_list{
    margin-top: 30px;
}
.content_wrap .right_floor .pro_list a{
    width: 190px;
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 28px;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    box-sizing: border-box;
}
.content_wrap .right_floor .pro_list a:hover{
    font-weight: bold;
}
.content_wrap .right_floor .pro_list a .pro_img{
    height: 200px;
    margin: 8px 0;
    position: relative;
    overflow: hidden;
}
.content_wrap .right_floor .pro_list a .pro_img img{
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.content_wrap .right_floor .pro_list a .p1{
    padding: 10px;
    background: #efefef;
    color: #00348a;
    text-align: center;
}

/*product-detail  产品详情*/
.content_wrap .right_floor .pro_content .pro_img{
    margin: 20px auto;
    width: 70%;
}

/*------------------------------------------------------*/
/*about us  关于我们*/
.right_floor .about_company,
.right_floor .news_detail,
.right_floor .news_list{
    width: 800px;
    margin: 20px auto 0;
}
.right_floor .about_company .about_top{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}
.right_floor .about_company h2{
    display: inline-block;
    font-weight: normal;
    font-size: 30px;
    color: #000;
    margin-bottom: -1px;
    padding-bottom: 5px;
    border-bottom: 3px solid #00348a;
}
.right_floor .about_company h2 span{
    color: #999;
    display: inline-block;
    margin-left: 10px;
}
.right_floor .about_company .about_img{
    margin: 20px -5px 20px 0;
}
.right_floor .about_company .about_img ul li{
    width: 263px;
    float: left;
    margin-right: 5px;
}
.right_floor .about_company .about_txt p,
.content_wrap .right_floor .pro_content .pro_txt,
.right_floor .news_detail .pro_content .pro_txt{
    font-size: 14px;
    text-indent: 2em;
    line-height: 22px;
    color: #0f243b;
    margin-bottom: 5px;
}

.pro_content img{ width: auto; height: auto }

/*news_detail   新闻详情*/
.right_floor .news_detail .news_top{
    text-align: center;
    width: 100%;
    margin: 30px auto 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.right_floor .news_detail .news_top h2{
    font-size: 15px;
    margin-bottom: 5px;
}
.right_floor .news_detail .news_top .sp_01{
    margin-right: 15px;
}
.right_floor .news_detail .lo{
    font-size:14px;
    width:100%;
    clear:both;
    overflow:hidden;
    margin:20px 0 10px
}
.right_floor .news_detail .lnpage{
    padding:0 0 5px;
    float:left;
    width:610px;
    text-align:left;
    overflow:hidden
}
.right_floor .news_detail .lnpage li{
    background:none;
    width:610px
}
.right_floor .news_detail .operate{
    float:right;
    width:318px;
    text-align:right
}
.right_floor .news_detail .operate li{
    display:inline;
    float:right;
    background:none;
    width:auto
}

/*news-list   新闻中心*/
.right_floor .news_list,
.right_floor .honor_list{
    margin-top: 30px;
}
.right_floor .news_list ul li{
    border-bottom: 1px dashed #ddd;
    margin-top: 10px;
    font-size: 14px;
    background: url("../images/arr.gif") no-repeat center left;
    padding-left: 15px;
    line-height: 35px;
    overflow: hidden;
}
.right_floor .news_list ul li a{
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_floor .news_list ul li .news_data{
    display: inline-block;
    float: right;
    color: #999;
    font-size: 12px;
    padding-right: 20px;
}







